home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / lib / c / syscall / ds3100.md / RCS / netStubs.s,v < prev    next >
Encoding:
Text File  |  1992-06-16  |  1.3 KB  |  66 lines

  1. head     1.2;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @| @;
  7.  
  8.  
  9. 1.2
  10. date     92.06.16.11.52.57;  author jhh;  state Exp;
  11. branches ;
  12. next     1.1;
  13.  
  14. 1.1
  15. date     89.07.11.19.52.07;  author nelson;  state Exp;
  16. branches ;
  17. next     ;
  18.  
  19.  
  20. desc
  21. @Initial code from DECWRL.
  22. @
  23.  
  24.  
  25. 1.2
  26. log
  27. @added SYS_NET_GET_ROUTES and SYS_NET_DELETE_ROUTE
  28. @
  29. text
  30. @/*
  31.  *
  32.  * netStubs.s --
  33.  *
  34.  *     Stubs for the Net_ system calls.
  35.  *
  36.  * Copyright 1966, 1988 Regents of the University of California
  37.  * Permission to use, copy, modify, and distribute this
  38.  * software and its documentation for any purpose and without
  39.  * fee is hereby granted, provided that the above copyright
  40.  * notice appear in all copies.  The University of California
  41.  * makes no representations about the suitability of this
  42.  * software for any purpose.  It is provided "as is" without
  43.  * express or implied warranty.
  44.  *
  45.  * rcs = $Header: /sprite/src/lib/c/syscall/ds3100.md/RCS/netStubs.s,v 1.1 89/07/11 19:52:07 nelson Exp Locker: jhh $ SPRITE (Berkeley)
  46.  *
  47.  */
  48.  
  49. #include "userSysCallInt.h"
  50. SYS_CALL(Net_InstallRoute, SYS_NET_INSTALL_ROUTE)
  51. SYS_CALL(Net_GetRoutes, SYS_NET_GET_ROUTES)
  52. SYS_CALL(Net_DeleteRoute, SYS_NET_DELETE_ROUTE)
  53. @
  54.  
  55.  
  56. 1.1
  57. log
  58. @Initial revision
  59. @
  60. text
  61. @d16 1
  62. a16 1
  63.  * rcs = $Header: netStubs.s,v 1.1 89/06/20 18:40:30 mnelson Exp $ SPRITE (Berkeley)
  64. d22 2
  65. @
  66.